home *** CD-ROM | disk | FTP | other *** search
- Path: wormer.fn.net!sysadmin@wormer.fn.net
- From: demstar@fn.net (Invalid Opcode)
- Newsgroups: comp.lang.c
- Subject: Re: C library routines source code
- Date: Sat, 09 Mar 1996 00:33:31 GMT
- Organization: Feist Connections
- Message-ID: <4hqcit$r7l@wormer.fn.net>
- References: <4hn42i$j6j@sdcc12.ucsd.edu>
- NNTP-Posting-Host: mark225.fn.net
- X-Newsreader: Forte Agent .99b.112
-
- arao@sdcc15.ucsd.edu (Anand (Andy) Rao) wrote:
-
- >How do I go about getting the source code for various C library
- >routines, such as memcpy?
-
- There's a spiffy book out called "The Standard C Library" by P.J.
- Plauger that has example source code for "...all of the library
- functions mandated by the ANSI and ISO Standards for the programming
- language C" (quote from back of book). It's about $40, and IMO, worth
- every penny. A complimentary book for "The Standard C Library" is
- "The C Programming Language" (Second Edition, which covers Ansi C), by
- Brain W. Kernighan and Dennis M. Ritchie. Also worth every penny
- (it's about $40 too, I believe). :)
-
-